FilterBy(UInt32,String[]) Method
Invokes the specified filter according to the specified keys.

C# Syntax

void FilterBy( 
   uint filterListIndex,
   params string[] keys
)

Parameters

filterListIndex
The index of the list in which to select filter values. Index values begin with 1.
keys
A list of key names to select in the list.